golang.org/x/crypto/sha3.state.clone (method)
4 uses
golang.org/x/crypto/sha3 (current package)
sha3.go#L67: func (d *state) clone() *state {
sha3.go#L189: dup := d.clone()
shake.go#L107: return &cshakeState{state: c.clone(), initBlock: b}
shake.go#L112: return c.clone()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)